Closed
Bug 1157677
Opened 10 years ago
Closed 10 years ago
Uninitialized members in mozilla::layers::ClientTiledLayerBuffer
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: nical, Assigned: u538564, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: [gfx-noted])
Attachments
(1 file)
858 bytes,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
mCallback and mCallbackData are not initialized in the constructor.
This can't cause bugs because we only read from them within PaintThebes where they are set, but adds to the warning noise.
Hi Nicolas, I would like to work on this bug.
Initializing mCallback and mCallbackData with nullptr is enough ?
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Thomas Escalon from comment #1)
> Hi Nicolas, I would like to work on this bug.
>
> Initializing mCallback and mCallbackData with nullptr is enough ?
Yes.
Assignee: nobody → tesc.bugzilla
patch for initializing mCallback and mCallbackData
Attachment #8608685 -
Flags: review?(nical.bugzilla)
Reporter | ||
Updated•10 years ago
|
Attachment #8608685 -
Flags: review?(nical.bugzilla) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Updated•7 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•